home *** CD-ROM | disk | FTP | other *** search
- InfoView = {
- ACTIONS = {
- animateInfo:;
- animateInit:;
- windowWillClose:;
- };
- OUTLETS = {
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- saveImage:;
- inspect:;
- info:;
- openImage:;
- };
- OUTLETS = {
- inspectorView;
- saveBut;
- newWindow;
- inspector;
- newImage;
- infoView;
- infoPanel;
- };
- SUPERCLASS = Object;
- };
-